home *** CD-ROM | disk | FTP | other *** search
/ Plug-In Power Pack for Netscape Communicator / Plug-In Power Pack for Netscape Communicator.iso / plugins / dataviews / dvtools / examples / windows / dv_ocx / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1997-05-08  |  563 b   |  16 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  6. #define _AFXDLL
  7. #define _DLL
  8. #include <afxctl.h>         // MFC support for OLE Controls
  9.  
  10. // Delete the two includes below if you do not wish to use the MFC
  11. //  database classes
  12. #ifndef _UNICODE
  13. #include <afxdb.h>            // MFC database classes
  14. #include <afxdao.h>            // MFC DAO database classes
  15. #endif //_UNICODE
  16.